home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / win_utl1 / dms32.zip / _SETUP.1 / DMS.exe / 0 / RCDATA / TFILEATTRIBFORM / TFILEATTRIBFORM.txt < prev   
Text File  |  1996-05-11  |  10KB  |  315 lines

  1. object FileAttribForm: TFileAttribForm
  2.   Left = 50
  3.   Top = 52
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'File Attribute Manager'
  7.   ClientHeight = 411
  8.   ClientWidth = 703
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 40
  22.     Width = 73
  23.     Height = 20
  24.     Caption = 'Filename:'
  25.     Font.Color = clBlack
  26.     Font.Height = -17
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Bevel1: TBevel
  32.     Left = 568
  33.     Top = 40
  34.     Width = 113
  35.     Height = 345
  36.     ParentShowHint = False
  37.     ShowHint = False
  38.   end
  39.   object ActiveDirectory: TLabel
  40.     Left = 8
  41.     Top = 8
  42.     Width = 124
  43.     Height = 20
  44.     Caption = 'Active Directory:'
  45.     Font.Color = clBlack
  46.     Font.Height = -17
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object CurrentDirectory: TLabel
  52.     Left = 144
  53.     Top = 8
  54.     Width = 110
  55.     Height = 20
  56.     Caption = 'D:\Dms32_UR'
  57.     Font.Color = clBlack
  58.     Font.Height = -17
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = []
  61.     ParentFont = False
  62.   end
  63.   object Filename: TEdit
  64.     Left = 16
  65.     Top = 64
  66.     Width = 529
  67.     Height = 24
  68.     TabOrder = 0
  69.     Text = '*.*'
  70.   end
  71.   object DirectoryListBox1: TDirectoryListBox
  72.     Left = 16
  73.     Top = 96
  74.     Width = 241
  75.     Height = 137
  76.     DirLabel = CurrentDirectory
  77.     FileList = FileListBox1
  78.     Font.Color = clBlack
  79.     Font.Height = -17
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = []
  82.     ItemHeight = 20
  83.     ParentFont = False
  84.     TabOrder = 1
  85.   end
  86.   object FileListBox1: TFileListBox
  87.     Left = 288
  88.     Top = 96
  89.     Width = 265
  90.     Height = 137
  91.     FileEdit = Filename
  92.     FileType = [ftReadOnly, ftSystem, ftArchive, ftNormal]
  93.     Font.Color = clBlack
  94.     Font.Height = -17
  95.     Font.Name = 'MS Sans Serif'
  96.     Font.Style = []
  97.     ItemHeight = 20
  98.     ParentFont = False
  99.     ShowGlyphs = True
  100.     TabOrder = 2
  101.     OnClick = FileListBox1Click
  102.   end
  103.   object DriveComboBox1: TDriveComboBox
  104.     Left = 16
  105.     Top = 248
  106.     Width = 537
  107.     Height = 26
  108.     Font.Color = clBlack
  109.     Font.Height = -17
  110.     Font.Name = 'MS Sans Serif'
  111.     Font.Style = []
  112.     ParentFont = False
  113.     TabOrder = 4
  114.     OnChange = DriveComboBox1Change
  115.   end
  116.   object GroupBox1: TGroupBox
  117.     Left = 24
  118.     Top = 288
  119.     Width = 265
  120.     Height = 97
  121.     Caption = 'File Attribute Settings'
  122.     Font.Color = clBlack
  123.     Font.Height = -17
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     TabOrder = 3
  128.     object CheckBox1: TCheckBox
  129.       Left = 8
  130.       Top = 27
  131.       Width = 113
  132.       Height = 17
  133.       Caption = 'Read Only'
  134.       Font.Color = clBlack
  135.       Font.Height = -17
  136.       Font.Name = 'MS Sans Serif'
  137.       Font.Style = []
  138.       ParentFont = False
  139.       TabOrder = 0
  140.     end
  141.     object CheckBox2: TCheckBox
  142.       Left = 8
  143.       Top = 69
  144.       Width = 113
  145.       Height = 17
  146.       Caption = 'Hidden File'
  147.       Font.Color = clBlack
  148.       Font.Height = -17
  149.       Font.Name = 'MS Sans Serif'
  150.       Font.Style = []
  151.       ParentFont = False
  152.       TabOrder = 1
  153.     end
  154.     object CheckBox3: TCheckBox
  155.       Left = 144
  156.       Top = 27
  157.       Width = 113
  158.       Height = 17
  159.       Caption = 'System'
  160.       Font.Color = clBlack
  161.       Font.Height = -17
  162.       Font.Name = 'MS Sans Serif'
  163.       Font.Style = []
  164.       ParentFont = False
  165.       TabOrder = 2
  166.     end
  167.     object CheckBox4: TCheckBox
  168.       Left = 144
  169.       Top = 69
  170.       Width = 113
  171.       Height = 17
  172.       Caption = 'Archive'
  173.       Font.Color = clBlack
  174.       Font.Height = -17
  175.       Font.Name = 'MS Sans Serif'
  176.       Font.Style = []
  177.       ParentFont = False
  178.       TabOrder = 3
  179.     end
  180.   end
  181.   object BitBtnOK: TBitBtn
  182.     Left = 576
  183.     Top = 48
  184.     Width = 97
  185.     Height = 41
  186.     Caption = '&OK'
  187.     Font.Color = clBlack
  188.     Font.Height = -13
  189.     Font.Name = 'MS Sans Serif'
  190.     Font.Style = [fsBold]
  191.     ParentFont = False
  192.     TabOrder = 5
  193.     OnClick = BitBtnOKClick
  194.     Kind = bkOK
  195.   end
  196.   object BitBtnSave: TBitBtn
  197.     Left = 576
  198.     Top = 120
  199.     Width = 97
  200.     Height = 41
  201.     Caption = '&Set'
  202.     Font.Color = clBlack
  203.     Font.Height = -13
  204.     Font.Name = 'MS Sans Serif'
  205.     Font.Style = [fsBold]
  206.     ParentFont = False
  207.     TabOrder = 6
  208.     OnClick = BitBtnSaveClick
  209.     Glyph.Data = {
  210.       78010000424D7801000000000000760000002800000020000000100000000100
  211.       04000000000000000000120B0000120B00000000000000000000000000000000
  212.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  213.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333303333
  214.       333333333337FF3333333333330003333333333333777F333333333333080333
  215.       3333333333777F3333333333330003333333333333777F3333333333330F0333
  216.       33333333337F7F3333333333330F033333333333337373F33333333330F7F033
  217.       333333333737F73F333333330FF7FF03333333337F37F37F333333330FF7FF03
  218.       333333337F37337F333333330FFFFF033333333373F333733333333330FFF033
  219.       33333333373FF733333333333300033333333333337773333333333333333333
  220.       3333333333333333333333333333333333333333333333333333333333333333
  221.       33333333333333333333333333333333333333333333333333330000}
  222.     NumGlyphs = 2
  223.   end
  224.   object BitBtnClose: TBitBtn
  225.     Left = 576
  226.     Top = 328
  227.     Width = 97
  228.     Height = 41
  229.     Caption = '&Close'
  230.     Font.Color = clBlack
  231.     Font.Height = -13
  232.     Font.Name = 'MS Sans Serif'
  233.     Font.Style = [fsBold]
  234.     ParentFont = False
  235.     ParentShowHint = False
  236.     ShowHint = False
  237.     TabOrder = 7
  238.     OnClick = BitBtnCloseExit
  239.     Glyph.Data = {
  240.       BE060000424DBE06000000000000360400002800000024000000120000000100
  241.       0800000000008802000000000000000000000000000000000000000000000000
  242.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
  243.       A600000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  273.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0003F8F8F8F8F8
  274.       F8F8F8F80707FF07FF07F807FFF8F8F8F8F8F8F8F8F8F8030303030303FF0404
  275.       0404040000F8F8F8FFFFFF0404040404F8F8F8F8F8F8F8F8F8F8FF030303FFFF
  276.       F8FF0303030304FD05000007FFFFFF0403030303F8F8F8F8F8F8F8F8F8F80303
  277.       03F8F8F8F8FF030303030405FD0500FFFFFFFF040303030303030303F8FFF8F8
  278.       F8FF030303F8FF0303FF0303030304FD05FD00FFFFFFFF040303030303030303
  279.       F8F807F8F8FF030303F8FF0303FF030303030405FD0500FFFEFFFE0403030303
  280.       03030303F8FFF807F8FF030303F8FF0303FF0303030304FD05FD00FFFFFFFF04
  281.       0303030303030303F8F807F8F8FF030303F8FF0303FF030303030405FD0500FF
  282.       FEFFFE040303030303030303F8FFF807F8FF030303F8FF0303FF0303030304FD
  283.       05FD00FFFFFFFF040303030303030303F8F807F8F8FF030303F8FF0303FF0303
  284.       03030405FD0500FFFEFFFE040303030303030303F8FFF807F8FF030303F8FF03
  285.       03FF0303030304FD05FD00FEFFFEFF040303030303030303F8F807F8F8FF0303
  286.       03F8FF0303FF030303030405FD0500FFFEFFFE040303030303030303F8FFF807
  287.       F8FF030303F8FF0303FF0303030304FD05FD00FEFFFEFF040303030303030303
  288.       F8F807F8F8FF030303F8FF0303FF030303030404040404040404040403030303
  289.       03030303F8FFF8FFF8FFFFFFFFF8FF0303FF0303030303030303030303030303
  290.       0303030303030303F8F8F8F8F8F8F8F8F8F8030303FF03030303030300000000
  291.       000003030303030303030303030303FFFFFFFFFFFF03030303FF030303030303
  292.       00FAFAFAFA00030303030303030303030303F8F8F8F8F8F8FF03030303FF0303
  293.       03030303000000000000030303030303030303030303F8FFFFFFFFF8FF030303
  294.       03FF}
  295.     NumGlyphs = 2
  296.   end
  297.   object StatusBar1: TStatusBar
  298.     Left = 0
  299.     Top = 392
  300.     Width = 703
  301.     Height = 19
  302.     Panels = <>
  303.     SimplePanel = False
  304.   end
  305.   object HelpBtn: TBitBtn
  306.     Left = 576
  307.     Top = 272
  308.     Width = 97
  309.     Height = 41
  310.     TabOrder = 9
  311.     OnClick = HelpBtnClick
  312.     Kind = bkHelp
  313.   end
  314. end
  315.